telegraf: update to 1.35.4
authorNiklas Thorild <[email protected]>
Tue, 19 Aug 2025 10:07:11 +0000 (12:07 +0200)
committerHannu Nyman <[email protected]>
Thu, 28 Aug 2025 09:24:44 +0000 (12:24 +0300)
commit6f190b4cad0c048384b3e37900ec687b460904ab
tree06230b3c979356f0c1467563c9266f9c94ff21a8
parent9022d3f53f04c4e3eb5e45aab145000cadc61eb7
telegraf: update to 1.35.4

- Update Telegraf to v1.35.4
- Adjust GO_PKG_LDFLAGS_X to reflect upstream changes in version metadata
- Add default configuration file (Telegraf no longer includes one)
- Drop deprecated tcp_listener and udp_listener plugins from telegraf-small
- Rework how plugins for small variant are specified to reflect upstream changes
- Add -static TARGET_LDFLAGS for MIPS target to avoid R_MIPS_26 relocation errors during build

Signed-off-by: Niklas Thorild <[email protected]>
utils/telegraf/Makefile
utils/telegraf/files/etc/telegraf.conf [new file with mode: 0644]
utils/telegraf/variant-small/plugins/aggregators/all/all.go [deleted file]
utils/telegraf/variant-small/plugins/inputs/all/all.go [deleted file]
utils/telegraf/variant-small/plugins/outputs/all/all.go [deleted file]
utils/telegraf/variant-small/plugins/processors/all/all.go [deleted file]